extract-strings: Handle property binding attributes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 8 Nov 2014 05:08:40 +0000 (00:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 8 Nov 2014 05:09:30 +0000 (00:09 -0500)
These attributes are now used in at least one place in the
GtkInspector ui files.

util/extract-strings.c

index 5dd379e6d4527a7c9474745683583cabdd10922a..44acbc2ba488b2bd861a8d72265a5fda7c92bb48 100644 (file)
@@ -54,6 +54,9 @@ start_element_handler (GMarkupParseContext  *contexts,
                                    G_MARKUP_COLLECT_STRDUP|G_MARKUP_COLLECT_OPTIONAL, "context", &context,
                                    G_MARKUP_COLLECT_STRDUP|G_MARKUP_COLLECT_OPTIONAL, "comments", &comments,
                                    G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "id", NULL,
+                                   G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-source", NULL,
+                                   G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-property", NULL,
+                                   G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-flags", NULL,
                                    G_MARKUP_COLLECT_INVALID);
 
       if (translatable == TRUE)